From fd0a5e3c2381af223f357bdfd375bc65453ead75 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 29 Sep 2021 07:48:33 -0400 Subject: [PATCH] buildertool: Fix a simplify issue elements can contain a type name, we can't just ignore the pcdata content. This was breaking some of our ui files when simplifying them. --- tools/gtk-builder-tool-simplify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gtk-builder-tool-simplify.c b/tools/gtk-builder-tool-simplify.c index e9d15f6582..0f13bf7a6d 100644 --- a/tools/gtk-builder-tool-simplify.c +++ b/tools/gtk-builder-tool-simplify.c @@ -255,6 +255,7 @@ is_pcdata_element (Element *element) "col", "item", "mark", + "lookup", NULL, }; -- 2.30.2